const runtime._SigPanic
9 uses
runtime (current package)
runtime2.go#L878: _SigPanic // if the signal is from the kernel, panic
signal_unix.go#L179: if (isarchive || islibrary) && t.flags&_SigPanic == 0 && sig != _SIGPIPE && sig != sigPreempt {
signal_unix.go#L676: if !c.sigFromUser() && flags&_SigPanic != 0 && (gp.throwsplit || gp != mp.curg) {
signal_unix.go#L690: if !c.sigFromUser() && flags&_SigPanic != 0 {
signal_unix.go#L726: if flags&(_SigThrow|_SigPanic) == 0 {
signal_unix.go#L1133: if (c.sigFromUser() || flags&_SigPanic == 0) && sig != _SIGPIPE {
sigtab_linux_generic.go#L17: /* 7 */ {_SigPanic + _SigUnblock, "SIGBUS: bus error"},
sigtab_linux_generic.go#L18: /* 8 */ {_SigPanic + _SigUnblock, "SIGFPE: floating-point exception"},
sigtab_linux_generic.go#L21: /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |